Dew Stats for .NET
|
Calculate parameters for Rayleigh distributed values.
Parameters |
Description |
[In] TVec X |
Stores data which is assumed to be Rayleigh distributed. |
out double b |
Returns Rayleigh distribution parameter estimator. |
ref double[] PCIB |
b (1-Alpha)*100 percent confidence interval. |
double Alpha |
Confidence interval percentage. |
RandomRayleigh, RayleighStat
The following example generates 100 random Rayleigh distributed values and then uses RayleighFit routine to extract used b parameter
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|